Overloads Public Operator Widening CType( _ ByVal List As List(Of String) _ ) As XdsMultiString
public XdsMultiString operator implicit( List<string> List )
public: operator XdsMultiString^ ( List<String^>^ List )
Parameters
- List
- The list of values to assign to the new object
Return Value
A new XdsMultiString containing the copies of the strings in the list